/*top_topics.css*/

.top_sec_title_topics {
    width: 100%;
    min-width: 1120px;
    height: 43px;
    margin: 30px auto 0;
    background-image: url(/assets/smc_img/top/top_line_topics.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.top_sec_title_topics h2 {
    width: 1120px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 700;
    
}



.topics_area {
    padding-top: 15px;
}


.topics_area ul {
    width: 1120px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.topics_area ul li {
    width: 100%;
    max-width: 270px;
    height: 200px;
    position: relative;
    border: 1px #c8c8c8 solid;
    margin-bottom: 20px;
    margin-right: 1px;
}



.topics_area ul li.none{
    width: 100%;
    max-width: 270px;
    height: 200px;
    position: relative;
    border: 0;
    margin-bottom: 20px;
    margin-right: 1px;
}

.topics_area ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
}

.topics_area a:hover {
    text-decoration: underline;
}


@media screen and (min-width:767px) {
.topics_area ul li:hover {
    width: 100%;
    max-width: 270px;
    height: 200px;
    position: relative;
    border: 1px solid #ade3ff;
    margin-bottom: 20px;
    margin-right: 1px;
}
.topics_area ul li.none:hover {
    width: 100%;
    max-width: 270px;
    height: 200px;
    position: relative;
    border: 0;
    margin-bottom: 20px;
    margin-right: 1px;
}
}

/*hover処理*/
@media screen and (min-width:767px) {
.topics_area ul li a:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #ade3ff;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}
}

.topics_area ul li a:hover::after {
    opacity: 1.0;
}
/*hover処理*/


.topics_area ul li img {
    display: block;
}


.topics_area ul li img {
    width: 100%;
    margin: 0 auto;
}

.topics_area ul li span {
    text-align: left;
    width: 100%;
    display: block;
    font-weight: bold;
    padding: 5px 0 5px 8px;
    top: 0;
    font-size: 15px;
    background: #fff;
    color: #5a5a5a;
}


.topics_area .sub {
    width: 100%;
    height: 47px;
    font-size: 12px;
    letter-spacing: -1px;
    padding: 0px 10px;
}

/*---------------------------------------------
  TOP PickUP表示　2208追加
  ---------------------------------------------*/



#popup_left_contents{
    float: left;
    width: 50%;
}

.popup_txt {
    position: relative;
    left: 30px;
    top: 30px;
    width: 76%;
  white-space: normal;
}

#popup_right_contents {
    float: right;
    width: 50%;
    padding-top: 20px;
}

#popup_right_contents_btn_l{
    float: left;
    width: 50%;
}

#popup_right_contents_btn_r{
    float: right;
    width: 50%;
}


.popup_contents_btn {
    float: left;
    width: 90%;
    padding-top: 5px;
    margin: 0px auto;
}
.popup_contents_btn a {
    position: relative;
    display: block;
    width: 100%;
    padding: 13px 15px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    border: 1px solid #0072C1;
    color: #000;
    width: 100%;
    margin: 0 auto;
    margin: 5px 0;
    background: #fff;
}

.popup_contents_btn a:before {
    position: absolute;
    top: 33%;
    right: 5%;
    display: inline-block;
    width: 8px;
    height: 13px;
    content: "";
    vertical-align: middle;
    background-image: url(/assets/smc_img/common/arrow_blue01.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.popup_contents_btn a:hover {
    background: #cde2f1;
    cursor:pointer;
    opacity: 1;
}

iframe{
    width: 1212px !important;
    height: 582px !important;
}




.top_sec_title_popup_w {
    width: 100%;
    min-width: 1120px;
    height: 43px;
    margin: 0 auto;
    background: url(/assets/smc_img/top/top_line_w.png) top 0 right -950px;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center; */
}

.top_sec_title_popup_w h2 {
    width: 1120px;
    margin: 0 auto;
    font-size: 26px;
    font-weight: 700;
    color: #0073c5;
}


.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.modal-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  white-space: nowrap;
}
.modal-wrap::-webkit-scrollbar {
  display: none;
}
.modal-wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}
.modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(51, 51, 51, 0.8);
  width: 100%;
  height: 100%;
}
.modal-box {
  width: 100%;
  max-width: 1200px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.modal-box .inner > :first-child {
  margin-top: 0;
}
.modal-box .modal-close a{
    position: fixed;
    right: 50px;
    top: 50px;
    width: 100%;
    height: 50px;
    text-align: right;
    color: #fff;
    font-size: 30px;
}



.modal-box .inner {
    background: #fff;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
}

.modal-box .inner_ams {
    background: 
    url(/assets/smc_img/popup/electropneumatic_regulator_img/air_management_system_products.png) no-repeat left 10% bottom 10%,
    url(/assets/smc_img/popup/electropneumatic_regulator_img/air_management_system_back.jpg) no-repeat center center;
background-size: cover;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
    height: 568px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.modal-box .inner_vba {
    background: 
    url(/assets/smc_img/popup/vba_img/vba_products01.png) no-repeat left 10% bottom 10%,
    url(/assets/smc_img/popup/vba_img/vba_back.jpg) no-repeat center center;
background-size: cover;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
    height: 568px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.modal-box .inner_temp {
    background: 
    url(/assets/smc_img/popup/temp_img/temp_products.png) no-repeat left 10% bottom 10%,
    url(/assets/smc_img/popup/temp_img/temp_back.jpg) no-repeat center center;
background-size: cover;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
    height: 568px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}


.modal-box .inner_electric{
    background: 
    url(/assets/smc_img/popup/electric_img/electric_products_01.png) no-repeat left 10% bottom 10%,
    url(/assets/smc_img/popup/electric_img/electric_back.jpg) no-repeat center center;
background-size: cover;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
    height: 568px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.modal-box .inner_vacuum{
    background: 
    url(/assets/smc_img/popup/vacuum_img/vacuum_products_01.png) no-repeat left 10% bottom 10%,
    url(/assets/smc_img/popup/vacuum_img/vacuum_back.jpg) no-repeat center center;
background-size: cover;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
    height: 568px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.modal-box .inner_static {
    background: 
    url(/assets/smc_img/popup/static_img/static_products_01.png) no-repeat left 10% bottom 10%,
    url(/assets/smc_img/popup/static_img/static_back.jpg) no-repeat center center;
background-size: cover;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
    height: 568px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.modal-box .inner_link{
    background: 
    url(/assets/smc_img/popup/link_img/link_products.png) no-repeat left 10% bottom 10%,
    url(/assets/smc_img/popup/link_img/link_back.jpg) no-repeat center center;
background-size: cover;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
    height: 568px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.modal-box .inner_valves{
    background: 
    url(/assets/smc_img/popup/process_valves_img/process_valves_products_01.png) no-repeat left 10% bottom 10%,
    url(/assets/smc_img/popup/process_valves_img/process_valves_back.jpg) no-repeat center center;
background-size: cover;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
    height: 568px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}


.modal-box .inner_electropneumatic_regulator {
    background: 
    url(/assets/smc_img/popup/electropneumatic_regulator_img/electropneumatic_regulator_products.png) no-repeat left 10% bottom 10%,
    url(/assets/smc_img/popup/electropneumatic_regulator_img/electropneumatic_regulator_zh_back.jpg) no-repeat center center;
background-size: cover;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
    height: 568px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}




